* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
}

.hidden {
    display: none;
}

.show {
    display: block !important;
}

.no-border, .no-border td, a img {
    border: none !important;
}

.container {
    width: 100%;
}

img {
    border: 0px;
}

.clear {
    clear: both;
    overflow: hidden;
    *zoom: 1;
    height: 1px;
}

.clear:before, .clear2:after {
    display: table;
    content: "";
}

.clear:after {
    clear: both;
}

.small {
    font-size: 0.9em !important;
}

.pseudo {
    text-decoration: none;
    border-bottom: 1px dashed #999;
    padding-bottom: 2px
}

.float {
    float: left;
}

.center {
    text-align: center;
    margin: auto;
    display: block;
}

.center-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 8px 0 0 0;
}

.center-box1 {
    position: relative;
    float: left;
    left: 50%;
    text-align: center;
}

.center-box2 {
    position: relative;
    float: left;
    left: -50%;
}

#shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    filter: alpha(opacity = 80);
}

#fix {
    top: 100%;
    left: 50%;
    z-index: 1001;
    opacity: .8;
    filter: alpha(opacity = 80);
    width: 20px;
    height: 20px;
    position: fixed;
    margin-left: -20px;
    margin-top: -20px;
}

.load {
    display: none;
}

ol {
    padding-left: 20px;
}

h1 {
    font-size: 1.5em;
}

/* ------------------------------ */
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    background: #eaeaea url(../img/bg_main_flags.jpg) top center no-repeat;
    background-size: 100%;
    -o-background-size: 100%;
}

body:after {
    content: "";
    display: block;
    width: 100%;
    background: #292929;
    left: 0;
    right: 0;
    height: 130px;
    z-index: 100;
}

body:after {
    bottom: 0;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover, a:active {
    outline: 0;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button, input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

a {
    color: #2b8ef4;
    text-decoration: underline;
}

a:hover {
    color: #2b8ef4;
    text-decoration: underline;
}

.row {
    margin-left: -20px;
    *zoom: 1;
}

.row:before, .row:after {
    display: table;
    content: "";
}

.row:after {
    clear: both;
}

ul.no-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.no-list li {
    list-style: none;
}

DIV.layer_msg, DIV.layer_error {
    float: none;
    font-size: 11px;
    line-height: 12px;
    min-height: 40px;
    margin-bottom: 30px;
    padding: 20px 10px 10px 60px;
    width: auto;
}

.layer_error {
    border: 1px solid #FDD;
    background-image: url(/images/warning_32.png);
    background-repeat: no-repeat;
    background-position: 10px;
}

.layer_msg {
    border: 0px;
    background-image: url(/images/info_32.png);
    background-repeat: no-repeat;
    background-position: 10px;
}

i.required {
    height: 15px;
    width: 20px;
    display: inline-block;
    background-image: url(/images/field_required.gif);
    background-repeat: no-repeat;
}

/* simple popup */
.popup {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -250px;
    z-index: 1900;
    width: 500px;
    height: auto;
    background-color: White;
    color: Black;
    border: 1px solid #d02626;
    top: 99px;
}

.popup-close {
    position: absolute;
    top: 5px;
    right: -10px;
    height: 30px;
    width: 30px;
    background: url('/images/x.gif') top left no-repeat;
    cursor: pointer;
    z-index: 1181;
    display: block;
}

.popup-title {
    position: absolute;
    top: -27px;
    left: 20px;
    background-color: #d02626;
    z-index: 100;
    display: block;
    color: White;
    font: bold 12px Arial;
    padding: 12px;
    white-space: nowrap;
}

.popup-content {
    position: relative;
    padding: 40px 20px 20px 20px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

/* icons */
.icon-search {
    background: url(../img/icon_search.png) 4px 4px no-repeat;
    width: 25px;
    height: 25px;
    display: block;
}

/* Current layout */
#container {
    text-align: left;
    width: 1000px;
    margin: 0 auto;
    min-width: 995px;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin-bottom: -130px;
}

* html #container {
    overflow: visible;
}

#container-wrapper {
    width: auto;
    text-align: left;
    margin: auto;
    margin-bottom: 0px;
    padding-bottom: 128px;
    z-index: 10;
}

#container-wrapper .col2and3, #container-wrapper .col2 {
}

#container-footer {
    position: absolute;
    height: 130px;
    width: 100%;
    bottom: 0;
    background: #2e2e2e;
}

#footer {
    margin: auto;
    height: 130px;
    font-size: 0.9em;
    color: #666666;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 0px;
    behavior: url(/templates/js/PIE.htc);
}

#head-top {
    height: 180px;
    width: 100%;
    background: url(/templates/2013/img/main/main.jpg) 0px 0px no-repeat;
    /*
       background-image: -moz-linear-gradient(top, #ffffff, #305b88);
       background-image: -ms-linear-gradient(top, #ffffff, #305b88);
       background-image: -o-linear-gradient(top, #ffffff, #305b88);
       background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#305b88));
       background-image: -webkit-linear-gradient(top, #ffffff, #305b88);
       background-image: linear-gradient(top, #ffffff, #305b88);*/
}

#roll-images {
    z-index: 12;
    position: absolute;
    height: 180px;
    overflow: hidden;
    right: 0;
    text-align: right;
    /*display: none;*/
}

#roll-images img {
    display: none;
    text-align: right;
    width: 540px;
}

#roll-images .active {
    display: block;
    text-align: right;

}

#logo {
    float: left;
    padding: 17px 0 0 17px;
    width: 170px
}

#head-title {
    float: left;
    padding: 30px 0 0px 0px;
    color: white;
    width: 185px;
    text-align: left;
    font-family: Georgia, "Times New Roman";
    z-index: 1;
}

#head-title h1 {
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 36px;
    /*text-shadow: #ff391e 1px 1px 0px;*/
    text-shadow: 0px 0px 1px #d02626, 0px 2px 0px #fff;
    font-size: 2.3em;
}

#head-title h1#logo-t-2 {
    font-size: 1em;
    font-style: italic;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 10px;
    color: #748393;
    text-shadow: #fff 0px 1px 1px;
}

#head-title a, #head-title a:hover, #head-title a:visited {
    color: red;
    text-decoration: none;
    z-index: 1;
}

#main-menu {
    min-height: 70px;
    background: #244465 url(../img/bg_mnu.png) top center repeat-x;
    overflow: hidden;
    zoom: 1;
    padding-bottom: 10px;
    width: 100%;
}

#main-menu ul {
    list-style: none;
}

#main-menu .search-form {
    width: 233px;
    height: 30px;
    position: absolute;
    right: 20px;
    margin-top: 15px;
}

#main-menu .search-form input[type="text"] {
    padding: 0 20px 0 7px;
    background: url(../img/bg_srch_fld.png) top left no-repeat;
    width: 206px;
    height: 30px;
    border: 0px;
    font-size: 0.9em;
}

#main-menu .search-form button.btn-small-right {
    position: absolute;
    margin-left: -20px;
    background: url(../img/btn_right_small.png) top left no-repeat;
    width: 25px;
    height: 26px;
    border: 0px;
}

#main-menu .tools {
    float: left;
    width: 27px;
    margin-left: 13px;
    background: url(../img/divider_vr.png) 25px 5px no-repeat;
}

#main-menu .tools li {
    padding: 0px;
    margin: 0px;
}

#main-menu .tools li a {
    width: 25px;
    height: 25px;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
}

#main-menu .tools .home a {
    background: url(../img/icon_tools_set.png) 0 10px no-repeat;
}

#main-menu .tools .sitemap a {
    background: url(../img/icon_tools_set.png) 0 -20px no-repeat;
}

#main-menu .tools .fav a {
    background: url(../img/icon_tools_set.png) 0 -50px no-repeat;
}

#main-menu .tools .home a:hover {
    background: url(../img/icon_tools_set_a.png) 0 10px no-repeat;
}

#main-menu .tools .sitemap a:hover {
    background: url(../img/icon_tools_set_a.png) 0 -20px no-repeat;
}

#main-menu .tools .fav a:hover {
    background: url(../img/icon_tools_set_a.png) 0 -50px no-repeat;
}

#main-menu .menus-container {
    float: left;
    min-height: 65px;
    margin-left: 5px;
    padding: 20px 0 0px 0px;
}

#main-menu .main-menu {
    list-style: none;
    min-height: 20px;
}

#main-menu .main-menu li {
    float: left;
}

#main-menu .main-menu li a {
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    color: white;
    font-size: 1.5em;
    text-shadow: #006 1px 1px 0;
    margin-right: 2px;
}

#main-menu .main-menu li a:hover, #main-menu .main-menu li a.active, #main-menu .main-menu li a.active-1 {
    background: #224060;
    border: 0px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    behavior: url(/templates/js/PIE.htc);
}

#main-menu .main-menu li a.active {
    padding-bottom: 25px;
}

#main-menu .second-menu {
    padding: 10px 0 20px 10px;
    display: none;
    width: 930px;
    margin-top: 10px;
    background: #224060;
    border: 0px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    behavior: url(/templates/js/PIE.htc);
}

#main-menu .second-menu ul {
    display: none;
    padding: 5px 0 0 20px;
}

#main-menu .second-menu ul li {
    float: none;
    font-size: 1em;
    margin-bottom: 10px;
}

#main-menu .second-menu ul li a {
    color: #dce4eb;
    text-decoration: none;
}

#main-menu .second-menu ul li a:hover {
    color: #dce4eb;
    text-decoration: underline;
    background: none;
    border-radius: 0;
}

#main-menu .sub-menu {
    clear: both;
    list-style: none;
    color: #dce4eb;
    font-size: 1em;
    margin-top: 20px;
    margin-left: 5px;
    width: auto; overflow:hidden;
    white-space:nowrap;
}

#main-menu .sub-menu li {
    display: table-cell;
    padding: 0 0 0 5px;
}
/* ie7,6 */
*+html #main-menu .sub-menu li {
    float: left;
}

#main-menu .sub-menu li a {
    color: #dce4eb;
    text-decoration: underline;
}

#main-menu .sub-menu li::after {
    content: ' • ';
}

#main-menu .sub-menu li:last-child::after {
    content: '';
}

#container-sheet {
    clear: both;
    background: white;
    width: 100%;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 0px;
    behavior: url(/templates/js/PIE.htc);
    height: 100%;
}

.cols2 {
    border-left: 755px solid #ffffff;
    text-align: left;
}

.cols2 .cols2-col1 {
    width: 715px;
    float: left;
    margin-left: -755px;
    padding: 20px;
    line-height: 1.48em;
}
.cols2-wide {width: 960px !important;}

.cols2 .cols2-col2 {
    width: 245px;

}

.cols2 .cols2-col1 p {
    margin-bottom: 0.8em;
}

.cols2 .col-shadow, .cols2 .col-noshadow {
    padding: 20px 20px 20px 0px;
}

.cols2 .cols2-col1 h1, .cols2 .cols2-col1 h2, .cols2 .cols2-col1 h3, .cols2 .cols2-col1 h4, .cols2 .cols2-col1 h5 {
    padding: 1.1em 0 1.1em 0;
}

.col-shadow {
    background: url(../img/bg_col2.png) 0 0 repeat-y;
}

/* layout blocks */
.block {
    margin-bottom: 27px;
}

.block ul {
    list-style: none;
}

.block li {
    margin-bottom: 5px;
}

.b-bar {
    display: block;
    background-color: #d02626;
    /*height: 28px;*/
    padding: 8px 0px 8px 15px;
    color: white;
    text-shadow: #a21616 1px 1px 0;
    font-size: 1.8em;
    font-family: Georgia, "Times New Roman";
}

.b-title {
    font-size: 1.8em;
    font-family: Georgia, "Times New Roman";
    color: #696969;
}
h1.b-title {font-size: 1.2em; margin-top: 0px;}
h1.b-title a {color: #696969; text-decoration: none;}


.b-content {
    padding: 19px 0 0 19px;
}
.block-top .b-content{padding-top: 0px;}

.b-item {
    clear: left;
}

.b-item .b-preview {
    width: 65px;
    float: left;
    padding-bottom: 5px;
}

.b-item .b-text {
    line-height: 1.2em;
    padding-left: 20px;
    width: 110px;
    float: left;
}

.block-wide {
}

.block-wide-col1 {
    width: 235px;
    float: left;
}

.block-wide-col2 {
    width: 480px;
    float: left;
}

.block-wide-col2-pad {
    padding-left: 18px;
    width: 462px;
    float: left;
}

.b-inside-col1 {
    width: 225px;
    float: left;
}

.b-inside-col2 {
    width: 205px;
    float: left;
    padding-left: 20px;
}
.b-inside-col1, .b-inside-col2, .b-inside2-col1, .b-inside2-col2 {
    padding-top: 18px;
}
.b-inside-col2 .b-item .b-preview .dumavideo {
    width: 70px !important;
    height: 55px !important;
}

.b-inside2-col1 {
    width: 225px;
    float: left;
}
.b-inside2-col2 {
    width: 205px;
    float: left;
    padding-left: 20px;
}
.b-inside2-col1 .dumavideo, .b-inside2-col2 .dumavideo {
    width: 215px !important;
    height: 180px !important;
}



.block-daily {
    height: 305px;
    background: url(../img/bg_under_shadow.jpg) bottom center no-repeat;
}

.block .daily-images {
    width: 235px;
    height: 235px;
}

.block .daily-images img {
    width: 235px;
    height: 235px;
}

.block .daily-images a {
    display: none;
}

.daily-links {
    padding-top: 10px;
    height: 235px;
    overflow: hidden;
}

.daily-links a {
    display: block;
    height: 60px;
    padding: 15px 18px 0 18px;
    font-size: 1.5em;
    line-height: 1.3em;
}

.daily-links a:hover, .daily-links a.active, .daily-links a:focus {
    background: #d5f1ff url(../img/bg_lst_hover.jpg) 0 0 repeat-x;
}

.daily-links span {
    text-decoration: none !important;
    font-size: 0.5em;
}

.daily-images-over {
    height: 20px;
    margin-top: -25px;
    padding-right: 10px;
    text-align: right;
    font-size: 0.9em;
    font-style: italic;
    text-shadow: #000 1px 0px, #fff 0px 0px 2px;
    color: #fff;
}

.block-daily .navi {
    height: 29px;
    background: #d7d7d7;
    padding: 7px 0 0 200px;
}

.block-daily .navi a {
    width: 18px;
    height: 18px;
    float: left;
    margin: 3px;
    background: url(/templates/2013/img/navigator2.png) 0 0 no-repeat;
    display: block;
    font-size: 1px;
}

.block-daily .navi a:hover {
    background-position: 0 -18px;
}

.block-daily .navi a.active {
    background-position: 0 -36px;
}

.block-plan a {
    font-weight: bold;
}

.block-heads {
}

.b-head-faces {
    display: block;
    float: right;
    width: 50px;
    height: 200px;
    text-align: right;
}

.b-head-faces li {
    list-style: none;
    display: block;
    height: 50px;
}

.b-head-faces li.active {
    background: url(../img/arr_left.png) 3px 15px no-repeat;
}

.b-head-faces li img {
    width: 28px;
}

.b-head-fullimg img {
    width: 140px;
    border: 1px solid #ececec;
}

.b-head-fullimg {
    float: left;
    height: 200px;
}

.b-head-info {
    clear: right;
    padding: 20px 0 0 20px;
}

.b-head-info a {
    font-size: 1.2em;
}

.b-head-info span {
    margin-top: 2px;
    color: #696969;
    font-size: 0.9em;
    display: block;
}

.b-priem {padding-left: 75px; background: url(../img/lich.jpg) top left no-repeat;}

.block-audio {
    font-size: 0.85em;
    color: #646464;
}

.block-audio .audio-list {
    padding: 26px 0 0 10px;
}

.audio-list .dumaaudio-small {
    display: none;
    width: 300px !important;
    height: 25px !important;
    position: absolute;
}

.block-audio .dumavideo {
    display: block;
    /*width: 235px !important;
    height: 165px !important;*/
}
.block-audio .dumaaudio {
    display: block;
    width: 235px !important;
    height: 40px !important;
}

.block-audio .audio-list li {
    min-height: 50px;
    display: block;
    padding-right: 2px;
}

.block-audio .audio-list a {
    min-height: 50px;
    display: block;
    padding-left: 50px;
    background: url('../img/icon_audio_play.png') 0 0 no-repeat;
    color: #646464;
    font-size: 1.1em;
    text-decoration: none;
}

.block-audio .b-text a {
    text-decoration: none;
    color: #646464;
}

.block-audio {
    border-bottom: 1px dotted #000000;
}

.block-audio .block-wide-col1 {
    background: #e9e9e9;
}

.block-gallery {
    background: #575757 url(../img/bg_gallery.png) 0 0 repeat;
    padding: 16px;
    margin-top: 36px;
    overflow: hidden;
}

.block-gallery .b-title a {
    color: #69b3ff;
    text-decoration: underline;
    text-shadow: #066 1px 1px 0;
    margin-bottom: 10px;
}

.block-gallery .navi {
    margin-left: 328px;
    width: 200px;
    height: 20px;
}

.block-gallery .navi a {
    width: 18px;
    height: 18px;
    float: left;
    margin: 3px;
    background: url(/templates/2013/img/navigator.png) 0 0 no-repeat;
    display: block;
    font-size: 1px;
}

.block-gallery .navi a:hover {
    background-position: 0 -18px;
}

.block-gallery .navi a.active {
    background-position: 0 -36px;
}

.block-first-face {
    background: #eae7d4;
    padding: 16px;
    margin-top: 36px;
}

.faces {
    padding: 30px 0 0 15px;
}

.faces .face {
    display: block;
    float: left;
    width: 150px;
    height: 245px;
}

.faces .face {
    margin-left: 19px;
}

.faces .face:first-child {
    margin-left: 0px;
}

.faces .face .f-info {
    margin-top: 5px;
    font-size: 11px;
    color: #646464;
    line-height: 12px;
}

.end-link {
    clear: both;
    font-size: 1.3em !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cols3 {
    border-left: 252px solid #ffffff;
    text-align: left;
}

.col2and3 {
    padding-left: 252px;
}

.col1 {
    width: 233px;
    float: left;
    margin-left: -252px;
    overflow: hidden;
}

.col2 {
    width: 477px;
    float: left;
    margin-left: -252px;
    padding: 10px 10px 10px 18px;
}

.col3 {
    width: 215px;
    padding: 10px 0px 10px 10px;
    float: right;
}

/* footer columns */
#footer .col1 {
    padding: 18px 0 0 19px;
    font-size: 0.9em;
}

#footer .col2 {
    padding: 18px 10px 10px 18px;
    font-size: 0.9em;
    color: #a2a2a2;
}

#footer .col3 {
    text-align: center;
    padding: 18px 10px 10px 0px;
    font-size: 0.9em;
}

#footer .address {
    float: left;
    width: 400px;
}

.address #map a {
    color: #666666;
    text-decoration: underline;
}

.address #phone {
    color: #b2291f;
    font-size: 1.2em;
    display: block;
}

.bottom-menu li a {
    color: #4d94db;
    text-decoration: underline;
}

.cols2-col1 table {
    table-layout: fixed;
    width: 100%;
}

.cols2-col1 table td {
    padding: 3px;
    font-size: 0.9em;
    border: 1px solid #ccc;
}

.cols2-col1 .simple-sub-menu {
    padding: 0 0 20px 20px;
    line-height: 2em;
}

.cols2-col2 .simple-sub-menu {
    list-style: none;
    padding: 20px 17px 20px 17px;
}

.cols2-col2 .simple-sub-menu li {
    padding: 0 0 10px 0;
}

.simple-sub-menu .active {
    font-weight: bold;
}

/* deputates */
.duma-faces {
}

.duma-faces .item {
    width: 180px;
    height: 300px;
    float: left;
    text-align: center;
    margin-right: 50px;
}

.duma-faces .item span {
    display: block;
    width: 160px;
    padding: 0 10px 0 10px;
}

.comitet .comitet-col1 {
    width: 30%;
    font-weight: bold;
    font-size: 1.1em;
}

.comitet td {
    border-bottom: 1px dotted #333;
}

.duma-fractions .head {
    font-size: 1.5em;
    padding: 20px 0 20px 0;
}

.duma-fractions .head:first-child {
    padding-top: 0px;
}

.duma-fractions ul {
    list-style: none;
}

.duma-fractions li {
    margin: 0 0 20px 22px;
}

.duma-deputat-search {
    margin-bottom: 20px;
}

.duma-deputat-search input[type="text"], .duma-deputat-search select {
    font-size: 1.1em;
}

.duma-deputat-search div {
    margin: 20px;
}

.duma-catalog-groups li {
    display: block;
    margin-bottom: 10px;
    font-size: 1.5em;
}
.duma-catalog-groups .active {font-weight: bold;}

.duma-catalog-links {list-style: none; margin-top: 50px;}
.duma-catalog-links span {display: block; margin-bottom: 0; font-size: 1.5em;}
.duma-catalog-links li {display: block; margin-bottom: 40px;}

.dep-hint {text-decoration: none; color: #000000; border-bottom: 1px #4d94db dashed; font-style: italic; font-weight: bolder;}
a.dep-hint:hover {text-decoration: none;}
.dep-hint-content {left: auto !important; width: 220px !important;}
.dep-hint-content img {max-width: 70px;}
.dep-hint-content span {display: block;}
/* eof deputates */


.schedule .item span {
    text-align: left;
}

.schedule .item {
    width: 150px;
    height: 240px;
}

.schedule h1 {
    font-weight: normal;
    margin-bottom: 20px;
}

.calendar_years {
    background: #fefcea;
    background: -moz-linear-gradient(bottom, #c0f0fc, #ffffff);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ffffff), color-stop(100%, #c0f0fc));
    background: -webkit-linear-gradient(bottom, #ffffff, #c0f0fc);
    background: -o-linear-gradient(bottom, #ffffff, #c0f0fc);
    background: -ms-linear-gradient(bottom, #ffffff, #c0f0fc);
    background: linear-gradient(bottom, #ffffff, #c0f0fc);
    margin-bottom: 20px;
    padding: 10px;
}

.calendar_years .a {
    padding: 10px;
    line-height: 40px;
}

.calendar_years .act {
    padding: 10px;
    color: #ffffff;
    background: #d02626;
}

/* eof deputates */

/* eof layout */

/* duma specials */
.waitimg {
    display: block;
    padding: 10px;
}

.accent {
    font-weight: bold;
}

.tooltip {
    display: none;
    background: #C8E1EC url(../img/bg_hint.png) bottom center repeat-x;
    font-size: 12px;
    height: auto;
    width: 140px;
    padding: 25px;
    color: #000;
    font-family: Georgia, "Times New Roman";
    font-style: italic;
    margin-left: 18px;
    z-index:  1001;
    font-weight: normal !important;
}

.tooltip.bottom {
    background: transparent url(../img/bg_hint.png);
    padding-top: 40px;
    height: 55px;
}

.tooltip.bottom {
    background: transparent url(../img/bg_hint.png);
}

.scrollable {
    position: relative;
    overflow: hidden;
    width: 600px;
    text-align: center;
    height: 90px;
}

.scrollable .items {
    width: 20000em;
    position: absolute;
    clear: both;
}

.items div {
    float: left;
}

.scrollable img, .scrollable object {
    float: left;
    margin: 10px 15px 20px 10px;
    background-color: #ccc;
    padding: 1px;
    height: 70px;
}

.scrollable .active {
    position: relative;
    cursor: default;
}

.scrollable {
    float: left;
}

a.browse {
    background: url(/images/hori_large.png) no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin: 30px 10px;
    cursor: pointer;
    font-size: 1px;
}

a.right {
    background-position: 0 -30px;
    clear: right;
    margin-right: 0px;
}

a.right:hover {
    background-position: -30px -30px;
}

a.right:active {
    background-position: -60px -30px;
}

a.left {
    margin-left: 0px;
}

a.left:hover {
    background-position: -30px 0;
}

a.left:active {
    background-position: -60px 0;
}

a.disabled {
    visibility: hidden !important;
}

.nav {
    margin-bottom: 30px;
}

.nav .current {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 1.7em;
    line-height: 1.1em;
}

.soc {
    /*position: absolute;
    right: 0px;*/
}

.soc ul, .soc li {
    margin: 0px;
    padding: 0px;
}

.soc li {
    display: block;
    float: left;
    margin-right: 2px;
}

.soc li a {
    display: block;
    width: 24px;
    height: 26px;
    text-decoration: none;
}

.soc .rss {
    background-image: url(/images/soc/social24x24.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 27px;
}

.soc .facebook {
    background-image: url('/images/soc/social24x24.png');
    background-repeat: no-repeat;
    background-position: -58px 0px;
    width: 27px;
}

.soc .vk {
    background-image: url('/images/soc/social24x24.png');
    background-repeat: no-repeat;
    background-position: -29px 0;
    width: 27px;
}

.soc .twitter {
    background-image: url('/images/soc/social24x24.png');
    background-repeat: no-repeat;
    background-position: -87px 0;
    width: 27px;
}

.soc .ok {
    background-image: url('/images/soc/social24x24.png');
    background-repeat: no-repeat;
    background-position: -80px 0;
    width: 27px;
}

.soc .lj {
    background-image: url('/images/soc/social24x24.png');
    background-repeat: no-repeat;
    background-position: -100px 0;
    width: 27px;
}
.soc .youtube {
    background-image: url('/images/soc/social24x24.png');
    background-repeat: no-repeat;
    background-position: -230px 0;
    width: 27px;
}

ul.social {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 50px;
    display: block;
}

ul.social li {
    float: left;
    display: block;
    margin-right: 15px;
}

/* left */
.col1 h2 {
    font-size: 2em;
    color: #D85D19;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.left-gallery {
    width: 250px;
}

.left-gallery h2 {
    margin-bottom: 10px;
}

.left-gallery img {
    width: 100px;
    padding: 2px;
    border: 1px solid #DB9857;
}

.left-gallery a {
    display: block;
    width: 104px;
    height: 86px;
    float: left;
    border: 1px solid #cc9838;
    margin: 0 0px 5px 5px;
}

/* gallery */
.gallery {
    width: 90%;
    font-size: 12px;
    float: left;
    margin: 0 0px 0px 0;
    *zoom: 1;
}

.gallery:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.gallery a {
    color: #1f7ac8;
}

.gallery .enlarge, .gallery .go-to-gallery {
    line-height: 21px;
    height: 21px;
    float: left;
    display: block;
    white-space: nowrap;
    padding-right: 24px;
    margin-top: 1px;
}

.gallery .go-to-gallery {
}

.gallery .wrapper {
    background-color: white;
    padding: 14px;
}

.gallery .large {
    margin-bottom: 14px;
    *zoom: 1;
}

.gallery .large:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.gallery .large .img {
    height: 200px;
    text-align: center;
}

.gallery .large img.image-preview {
    max-width: 100%;
    max-height: 100%;
    display: inline;
    margin: 0 auto;
    vertical-align: middle;
}

.ie6 .gallery .large img.image-preview {
    display: block;
    width: 100%;
}

.gallery .large .enlarge {
}

.gallery ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: -11px -2px -2px -12px;
}

.gallery li {
    display: inline-block;
    padding: 1px;
    border: 1px solid white;
    height: 64px;
    margin-right: 10px;
    margin-top: 9px;
}

.ie6 .gallery li, .ie7 .gallery li {
    display: inline;
    zoom: 1;
}

.gallery li img {
    display: block;
    height: 100%;
    border: 0;
}

.gallery li.current {
    border-color: #979797;
}

/*blog*/
/* posts list */
.news-wrap {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.news-wrap:after {
    content: '';
    clear: both;
}

.news-wrap .title {
    text-align: left;
}

.news-wrap .title a {
    font-size: 22px;
    text-decoration: underline;
    line-height: 24px;
}

.news-wrap .title a:hover {
    text-decoration: none;
}

.news-wrap .anons-wrap {
    clear: left;
    width: 100%;
}

.anons-wrap .image {
    display: inline;
    width: 140px;
    float: left;
    padding-top: 10px;
}

.anons-wrap .image img, .anons-wrap .image iframe {
    width: 120px;
    text-align: left;
    padding: 2px;
    border: 1px solid #cccccc;
}
.anons-wrap .image iframe {
    height: 95px;
}

.anons-wrap .anons {
    display: inline;
    float: left;
    width: 73%;
    font-size: 0.9em;
    padding: 10px 0 0 10px;
}

.anons-wrap a {
    text-decoration: underline;
    font-size: 0.9em;
    text-align: right;
    color: #333333;
}
.anons-wrap .dumavideo {
    width: 480px !important;
    height: 360px !important;
    display: block;
}
.anons-wrap .dumaaudio {
    display: block;
    width: 500px !important;
    height: 30px !important;
}
.padding {
    margin-bottom: 20px;
}

.anons-wrap .tools {
    display: block;
    text-align: right;
    font-size: 10px;
    color: #666666;
}

hr.dotted {
    background: none;
    color: #ffffff;
    border: 0px none;
    height: 1px;
    border-bottom: 1px dotted #666666;
    margin-bottom: 20px;
}

/* eof posts list */

/* current post */
.post {
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.post h2 {
    font-weight: normal;
    margin: 0px ! important;
    font-size: 18px;
    color: #000000;
    font-family: Georgia, "Times New Roman";
}

.post h2 a {
    color: #06c;
}

.post .gallery {
    width: 99% !important;
    float: none;
    display: block;
    margin-top: 10px;
}

.post .gallery:after {
    clear: none;
}

.post .gallery li {
    height: 110px;
}

.post .gallery .images a {
    margin-right: 10px;
}

.post .gallery .images img {
    border: 1px solid #DB9857 !important;
    padding: 2px;
}

.post .date {
    font-style: italic;
    font-size: 0.8em;
    color: #333333;
}

.post .body {
    font-size: 1.1em;
    padding: 5px 0 10px 0;
    line-height: 1.5em;
}

.post div {
    clear: none;
}

.post a.read-more {
}

.post-nav {
    font-size: 3em;
    font-weight: bold;
    margin: 10px 0 20px 0;
}

.post-nav a {
    text-decoration: none;
}

.post-prev, .post-back, .post-next {
    display: block;
    float: left;
}

.post-prev {
    width: 49%;
    text-align: left;
}

.post-back {
    width: 30%;
    text-align: center;
}

.post-next {
    width: 49%;
    text-align: right;
}

.post-head-img {
    float: left;
    padding: 0 20px 20px 0px;
    width: 300px;
}
.post .dumavideo {
    width: 640px !important;
    height: 480px !important;
    display: block;
}
.post .dumaaudio {
    width: 99% !important;
    height: 30px !important;
    display: block;
}
/* eof current post */

/* tags */
.tags {
    clear: both;
    font-size: 0.85em;
}

.tags a {
    color: #614717;
    text-decoration: underline;
}

.tags-cloud {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    clear: both;
    text-align: center;
}

.tags-cloud p {
    margin-bottom: 12px;
}

.tags-cloud a {
    text-decoration: none;
    margin-right: 10px;
    text-wrap: avoid;
    white-space: nowrap;
}

.tags-cloud, .tags-cloud a {
    color: #666666;
}

.tags-cloud a:hover {
    background-color: #f6f69b;
}

.tags-cloud .popular-0 {
    font-size: 100%;
}

.tags-cloud .popular-1 {
    font-size: 110%;
}

.tags-cloud .popular-2 {
    font-size: 120%;
}

.tags-cloud .popular-3 {
    font-size: 130%;
}

.tags-cloud .popular-4 {
    font-size: 140%;
}

.tags-cloud .popular-5 {
    font-size: 150%;
}

.tags-cloud .popular-6 {
    font-size: 160%;
}

.tags-cloud .popular-7 {
    font-size: 170%;
}

.tags-cloud .popular-8 {
    font-size: 180%;
}

.tags-cloud .popular-9 {
    font-size: 190%;
}

.tags-cloud .popular-10 {
    font-size: 200%;
}

.tags-cloud a.active {
    font-weight: bold;
}

/* cart, order */
.cart {
    width: 100%;
}

.cart_content table {
    width: 98%;
}

.cart_content td.del {
    width: 30px;
}

.active-status {
    font-weight: bold;
    font-size: 1.1em;
}

.user-info {
    padding: 20px;
}

.soc-buttons {
    padding-left: 30px;
    vertical-align: bottom;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    padding: 15px;
    border: 0px solid #CCC;
    background: #fff;
}

.soc-buttons a img {
    border: none;
    opacity: 1.0;
    -moz-opacity: 0.3;
    filter: alpha(opacity = 40);
    padding: 1px;
}

.soc-buttons a:hover img {
    border: none;
    opacity: 0.5;
    -moz-opacity: 1.0;
    filter: alpha(opacity = 100);
}

.socmedia-links {
    margin: 20px 0 20px 0;
    text-align: center;
}

/* calendar */
.calendar {
    width: 230px;
}

.calendar-content {
    padding: 10px;
}

.calendar i.tl, .calendar i.tr, .calendar i.bl, .calendar i.br {
    display: block;
    width: 50%;
    height: 5px;
    float: left;
}

.calendar .unselectable {
    color: #5B3424;
}

.calendar .other-month {
    font-style: italic;
}

.calendar .week-end {
    color: #CAAA83;
}

.calendar .today {
    background: #fff;
    text-decoration: none;
    color: blue;
}

.calendar .today a {
    text-decoration: none;
}

.calendar .now {
    font-weight: bold;
    color: #EA7900;
}

.nav-month {
    padding-bottom: 5px;
    width: 100%;
    height: 22px;
}

.nav-month a {
    display: block;
    width: 15px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

.nav-month .calendar-prev {
    float: left;
}

.nav-month .calendar-next {
    float: right;
    text-align: right;
}

span.calendar-month {
    position: absolute;
    width: 170px;
    margin: -27px 20px 0 20px;
    text-align: center;
}

.calendar table {
    width: 100%;
}

.calendar td, .calendar th {
    text-align: center;
    vertical-align: middle;
}

.perpage {
    margin-top: 20px;
    text-align: center;
}
.perpage .pp-start {margin-right: 30px; color: #666666;}
.perpage .pp-end {margin-left: 30px; color: #666666;}
.perpage .pp-arrow {font-size: 2em; text-decoration: none;}
.perpage a {padding: 5px;}
.perpage .active {padding: 10px; background-color: red; color: #ffffff;}

/* form */
i.required {
    height: 15px;
    width: 20px;
    display: inline-block;
    background-image: url(/images/field_required.gif);
    background-repeat: no-repeat;
}

.process {
    font-family: "Trebuchet MS", Verdana, Arial;
    font-size: 12px;
    color: #999999;
    font-weight: normal;
}

.state-error-text {
    display: block;
    color: red;
    font-weight: normal;
    font-size: 0.8em;
    padding-left: 10px;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea) );
	background:-moz-linear-gradient( center top, #bddbfa 5%, #80b5ea 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
	background-color:#bddbfa;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa) );
	background:-moz-linear-gradient( center top, #80b5ea 5%, #bddbfa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
	background-color:#80b5ea;
}.button:active {
	position:relative;
	top:1px;
}
a.button:hover {text-decoration: none; color: #ffffff;}

.print {float: right; font-size: 0.9em; }
.print img {float: left; margin-right: 5px;}

.sitemap td {
    padding: 10px;
    border: 0 !important;
}
.map1 {font-size: 1.5em;}
.map6 {font-size: 0.9em; display: block; padding: 0 0 0 30px; color: #666666; margin: 0 !important;}

.quiz li {margin: 0 0 20px 20px;}
.quizLineBg {background: red;}

.person img {float: left; margin: 0 30px 10px 10px; border: 1px solid #cccccc;}
.person .title {font-size: 1.5em; padding-top: 0 !important;}
.person p {margin-bottom: 15px;}
.person-addon h1 {margin: 0px; padding: 0px;}

.search_block_head {margin-top: 30px;}
.search_block_head .bold {font-weight: bold;}
.search_block_div li {margin-top: 10px;}

form textarea#field_message {width: 99%; height: 200px;}